home *** CD-ROM | disk | FTP | other *** search
- /* EXTERNAL STYLE SHEET FOR MENUBAR ELEMENTS */
-
- .divTaskpad
- {
- position:absolute;
- left:0%;
- top: 0%;
- width:100%;
- height:93.5%;
- }
-
- .divMenubar
- {
- position:absolute;
- left:0%;
- top:0%;
- width:100%;
- height:0%;
- font-size:1pt;
- }
-
- .divMenu
- {
- position:absolute;
- left:0;
- top:0;
- width:0%;
- height:80%;
- }
-
- .tblMenu
- {
- font-family:Verdana;
- font-weight:bold;
- cursor:default;
- }
-
- .divBand
- {
- position:absolute;
- left:0;
- top:80%;
- width:100%;
- height:0;
- }
-
- .anchorMenuDefault
- {
- text-decoration:none;
- cursor:hand;
- }
-
- .anchorMenuSelected
- {
- text-decoration:underline;
- }
-
- .clsNav
- {
- font-family:Marlett;
- cursor:default;
- }
-